Skip to content

feat(Logging):added timestamps to uvicorn logging#712

Open
dweinholz wants to merge 2 commits intodevfrom
feat/uvicorn_logging
Open

feat(Logging):added timestamps to uvicorn logging#712
dweinholz wants to merge 2 commits intodevfrom
feat/uvicorn_logging

Conversation

@dweinholz
Copy link
Contributor

@dweinholz dweinholz commented Mar 3, 2026

Added Uvicorn logging configuration to enhance logging format.

Old:
INFO: 172.18.0.6:59830 - "GET /bibigrid/state/kkzd9om3e6otye3 HTTP/1.1" 200 OK

New:

2026-03-11 13:56:58,403 [INFO] 172.18.0.16:57368 - "GET /bibigrid/requirements HTTP/1.1" 200

Added Uvicorn logging configuration to enhance logging format.

Old:
INFO:     172.18.0.6:59830 - "GET /bibigrid/state/kkzd9om3e6otye3 HTTP/1.1" 200 OK


New:

2026-03-03 10:49:49,447 [INFO] Waiting for application startup.
@dweinholz dweinholz changed the title feat(Logging):added timestampts to uvicorn logging feat(Logging):added timestamps to uvicorn logging Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant